home *** CD-ROM | disk | FTP | other *** search
/ CD Action 68 - Disc 1 / cdaction-68.iso / bonus / bonus 1.exe / programy / Clipomatic20 / Clipomatic.EXE / CLIPOMTC.INF < prev    next >
Windows Setup INFormation  |  1999-05-15  |  6KB  |  208 lines

  1. ; Application: Clipomatic
  2. ; Version    : 2.01
  3. ; Author     : Mike Lin
  4. ; Copyright  : ⌐ 1998-99 by Mike Lin
  5. ; Created by : INF-Tool Setup Program and INF File Generator
  6. ;              from http://Inner-Smile.com
  7. ; Licence of : Mike Lin, 07733 Holmdel, NJ, USA 
  8. ; ---------------------------------------------------------------------------
  9.  
  10. [Version]
  11. Signature=$Chicago$
  12. Provider=%Author%
  13. SetupClass=BASE
  14. AdvancedINF=2.5,"You need a newer version of AdvPack.DLL!"
  15. Generator=INF-Tool v4.70/r
  16.  
  17. [Optional Components]
  18. INFTool_1
  19.  
  20. [Optional Components.ntx86]
  21. INFTool_1.ntx86
  22.  
  23. [AdvSetup]
  24. HKLM,%RunOnce%Setup,"Clipomatic...",,"RunDll32.exe "%01%"\advpack.dll,LaunchINFSection CLIPOMTC.INF,DefaultInstall2"
  25. [AdvSetup.ntx86]
  26. HKLM,%RunOnce%Setup,"Clipomatic...",,"RunDll32.exe advpack.dll,LaunchINFSection CLIPOMTC.INF,DefaultInstall2.ntx86"
  27.  
  28. [Strings]
  29. Product="Clipomatic"
  30. Version="2.01"
  31. Author="Mike Lin"
  32. Copyright="⌐ 1998-99 by Mike Lin"
  33. DiskName="Clipomatic, Setup Disk #1"
  34. Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
  35. Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
  36. Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
  37.  
  38. [INFTool.Add.Reg.95]
  39. HKLM,%Uninstall%%Product%
  40. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  41. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\CLIPOMTC.INF, DefaultUninstall"
  42. HKCU,"SOFTWARE\Software\mlin\Clipomatic",InstallDir1,,""%49001%""
  43.  
  44. [INFTool.Add.Reg.ntx86]
  45. HKLM,%Uninstall%%Product%
  46. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  47. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\CLIPOMTC.INF, DefaultUninstall.ntx86"
  48. HKCU,"SOFTWARE\Software\mlin\Clipomatic",InstallDir1,,""%49001%""
  49.  
  50. [INFTool.Add.Ini1]
  51. setup.ini, progman.groups,, "group1=""Clipomatic"""
  52. setup.ini, group1,, """Clipomatic Help"",""""""%49001%\CLIPOM~1.HLP"""""",,,,""%49001%"",""CLIPOM~1.HLP"""
  53. setup.ini, group1,, """Clipomatic"",""""""%49001%\CLIPOM~2.EXE"""""",,,,""%49001%"",""CLIPOM~2.EXE"""
  54.  
  55. [INFTool.Del.Ini1]
  56. setup.ini, progman.groups,, "group1=""Clipomatic"""
  57. setup.ini, group1,, """Clipomatic Help"""
  58. setup.ini, group1,, """Clipomatic"""
  59.  
  60. [INFTool.AddINI]
  61. win.ini,Desktop,Wallpaper,HKLM,%Setup%,2
  62. win.ini,Desktop,TileWallpaper,HKLM,%Setup%,2
  63.  
  64. [SourceDisksNames]
  65. 1=%DiskName%,,0
  66.  
  67. [SourceDisksFiles]
  68. CLIPOM~2.EXE=1,,65536
  69. CLIPOM~1.CNT=1,,238
  70. CLIPOM~1.HLP=1,,11700
  71. AdvPack.DLL=1,,75024
  72. W95Inf16.DLL=1,,2272
  73. W95Inf32.DLL=1,,4608
  74.  
  75. [RenameFiles]
  76. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,,,"%49001%"
  77. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,CLIPOM~1.HLP,,"Clipomatic.hlp"
  78. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,,,"%49001%"
  79. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,CLIPOM~2.EXE,,"Clipomatic.exe"
  80. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,,,"%49001%"
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\INFTool0,CLIPOM~1.CNT,,"Clipomatic.cnt"
  82.  
  83. [RemoveLFNs]
  84. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,,,"%49001%"
  85. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,CLIPOM~1.HLP,,"Clipomatic.hlp"
  86. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,,,"%49001%"
  87. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,CLIPOM~2.EXE,,"Clipomatic.exe"
  88. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,,,"%49001%"
  89. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\INFTool0,CLIPOM~1.CNT,,"Clipomatic.cnt"
  90.  
  91. [DestGrp]
  92. CLIPOM~1.HLP
  93. CLIPOM~2.EXE
  94. CLIPOM~1.CNT
  95.  
  96. [DestLGrp]
  97. "Clipomatic.hlp"
  98. "Clipomatic.exe"
  99. "Clipomatic.cnt"
  100.  
  101. [UninstGrp]
  102. "Clipomatic.hlp"
  103. "Clipomatic.exe"
  104. "Clipomatic.cnt"
  105.  
  106. [AdvPack]
  107. AdvPack.DLL,,,32
  108. W95Inf16.DLL,,,32
  109. W95Inf32.DLL,,,32
  110.  
  111. [Add.Inf]
  112. CLIPOMTC.INF
  113.  
  114. [DestinationDirs]
  115. DestGrp=49001
  116. DestLGrp=49001
  117. UninstGrp=49001
  118. AdvPack=11
  119. Add.Inf=17
  120.  
  121. [CustomDirs]
  122. 49001,49002,49003,49004=Custom49001,1
  123. 60001=ProgramFiles,7
  124.  
  125. [CustomRemove]
  126. 49001,49002,49003,49004=Custom49001,5
  127.  
  128. [Custom49001]
  129. "HKCU","SOFTWARE\Software\mlin\Clipomatic",InstallDir1,""Continuing will overwrite the existing version of Clipomatic on your computer. Please enter the desired directory."",""
  130. "","","",""Where would you like to install Clipomatic?"","%24%\Program files\Clipomatic"
  131.  
  132. [ProgramFiles]
  133. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir","",%24%
  134. "","","",""This software requires that you have a local "Program Files" folder for installation."",""
  135.  
  136. [RemoveDirs]
  137. %49001%
  138.  
  139. [DefaultInstall]
  140. Ini2Reg=INFTool.AddINI
  141. AddReg=AdvSetup
  142.  
  143. [DefaultInstallX]
  144. [DefaultInstall2]
  145. AddReg=INFTool.Add.Reg.95,RenameFiles
  146. CustomDestination=CustomDirs
  147. UpdateInis=INFTool.Add.Ini1
  148. Copyfiles=DestGrp,AdvPack,Add.Inf
  149. BeginPrompt=InstallBegin
  150. SmartReboot=N
  151. Uninstall=DefaultUninstall
  152.  
  153. [DefaultInstall.ntx86]
  154. AddReg=AdvSetup.ntx86
  155.  
  156. [DefaultInstall2.ntx86]
  157. AddReg=INFTool.Add.Reg.ntx86,RenameFiles
  158. CustomDestination=CustomDirs
  159. UpdateInis=INFTool.Add.Ini1
  160. Copyfiles=DestGrp,AdvPack,Add.Inf
  161. BeginPrompt=InstallBegin
  162. SmartReboot=N
  163. Uninstall=DefaultUninstall.ntx86
  164.  
  165. [INFTool_1]
  166. OptionDesc=%Product%
  167. Tip=%info%
  168. InstallType=0
  169. AddReg=AdvSetup
  170.  
  171. [INFTool_1.ntx86]
  172. OptionDesc=%Product%
  173. Tip=%info%
  174. InstallType=0
  175. AddReg=AdvSetup.ntx86
  176.  
  177. [InstallBegin]
  178. Title="Clipomatic"
  179.  
  180. [DefaultUninstall]
  181. BeginPrompt=BeginUPromptSection
  182. EndPrompt=EndUPromptSection
  183. DelReg=INFTool.Add.Reg.95
  184. AddReg=RemoveLFNs
  185. UpdateInis=INFTool.Del.Ini1
  186. DelFiles=UninstGrp
  187. CustomDestination=CustomRemove
  188. DelDirs=RemoveDirs
  189. Cleanup=1
  190.  
  191. [DefaultUninstall.ntx86]
  192. BeginPrompt=BeginUPromptSection
  193. EndPrompt=EndUPromptSection
  194. DelReg=INFTool.Add.Reg.ntx86
  195. UpdateInis=INFTool.Del.Ini1
  196. DelFiles=UninstGrp
  197. DelDirs=RemoveDirs
  198. CustomDestination=CustomRemove
  199. Cleanup=1
  200.  
  201. [BeginUPromptSection]
  202. Prompt="Are you sure you want to remove Clipomatic? If Clipomatic is currently running, please shut it down before continuing."
  203. ButtonType=YESNO
  204. Title=%Product% Uninstall
  205.  
  206. [EndUPromptSection]
  207. Prompt="Clipomatic was successfully removed from your computer."
  208.